home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / pc / gcsdata / daley_s.dxr / 00041_Main Scripts.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  256 b   |  21 lines

  1. on startMovie
  2.   global MovieNames
  3.   set MovieNames to "DALEY"
  4.   ScientistScreenStart()
  5. end
  6.  
  7. on Experiment
  8.   cursor(4)
  9.   go(1, the pathName & "MAP_G.DIR")
  10.   cursor(4)
  11. end
  12.  
  13. on Help
  14.   ScientistScreenHelp()
  15. end
  16.  
  17. on idle
  18.   ScientistScreenIdle()
  19.   PopIdle()
  20. end
  21.